@charset "utf-8";
.top-nav{ 
    font-size: 12px;
    color: #ababab;   
}
/*................*/
.header{
    padding: 0px 0px;
    max-width:1920px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    z-index: 999;
    background: #fff;
    position: relative;
    width: 100%;
}
.header .logo{
    transition: all .5s;
}
.header .logo img{
    height: 70px;
    width: auto;
    margin-right: 10px;
    transition: all .5s;
}
.header .logo a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header .logo span{
    line-height: 1.0;
    font-style: italic;
    display: inline-block;
}
.header .top-tel {
    padding: 0px 0px 0px 45px;
    line-height: 20px;
    background: url(../img/tel.png) no-repeat left top;
    margin: 5px 0px 0px;
    font-size: 20px;
    color: #fb9d12;
    display: inline;
}
.header .top-tel span {
    color: #8f8f8f;
    font-size: 14px;
}

header .nav{  
    background: #0880bd;
    position: relative;
    z-index: 99;
}
header .nav ul{   
    margin:0px auto;
    transition: all .5s;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
header .nav ul li{
    flex: 1;
    position: relative;
}
header .nav ul li a{
    width: 100%;   
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 40px;
    padding: 10px 0px;
    color: #fff;
}
header .nav ul li a:after{
    content: "";
    position: absolute;
    right: -2px;
    width: 1px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    background: #fff;
    /* background: #999; */
}
header .nav ul li:first-child:before{
    content: "";
    position: absolute;
    left: -1px;
    width: 1px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    background: #fff;
}
header .nav ul li:hover a,header .nav ul li.active a{
    color: #0880bd;
    /* background: #999; */
    background: #ffdb11;
}
header .nav  ul li .submenu {
    display: none;
    position: absolute;
    left: 0%;
    top: 100%;
    width: 100%;
    height: auto;
    background: #999;
    border-radius: 2px;
    overflow: hidden;
}
.menu-item:hover {
    margin: 0px 0px;
    color: #0780bd;
    padding: 0px 0px;
    font-weight: bold;
    TEXT-DECORATION: none;
}
header .nav ul.submenu li {
    width: 100%;
    border-bottom: 1px solid #fff;
}

header .nav ul.submenu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #0780bd;
    height: 40px;
}

header .nav ul.submenu li a:after {
    width: 0px;
}

header .nav ul.submenu li a:hover {
    color: #0880bd;
    background: #5d6163;
}

header .nav ul li:hover ul.submenu {
    display: block;
}


@media (max-width: 1500px){
    .header .nav>ul>li{
        padding-left:35px;
    }
}
@media (max-width: 1400px){
    .header .nav>ul>li{
        padding-left:30px;
    }
}
@media (max-width: 1366px){
    .header .nav>ul>li{
        padding-left:25px;
    }
}
@media (max-width: 1199px){
    .header .nav>ul>li{
        padding-left:10px;
    }
}
@media (max-width: 992px){
    .header{
        border-bottom: 1px solid #e2e2e2;
    }
    .header .logo{
        position: relative;
        padding: 10px 0px;
    }
    header .nav>ul{
        display: block;
    }
    .header.on .logo img, .header .logo img{
        height:45px !important;
    }
    header .nav{
        position: absolute;
        left:-100vw;
        top: 100%;
        width:70%;
        height:calc(100vh - 55px);
        background:#fff;
        z-index:999;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        padding-top:20px;
    }
    header .nav.show{
        left:0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    header .nav ul{
        display: block;
    }
    header .nav ul li{
        display: block !important;
        width: 100%;
        border-bottom: 1px solid #c1c1c1;
    }
    header .nav ul li a{
        color:#424242;
        text-align: left;
        font-size: 14px;
        padding: 5px 0px;
    }
    header .nav ul li:first-child a:before,
    header .nav ul li a:after{
        width: 0px;
    }
    .header .top-tel{
        display: none;
    }
}
@media(max-width:1200px){
    .header .nav .submenu li {
        display: none !important;
    }
}
/* banner */
.banner{
    position: relative;
    overflow: hidden;
}
.banner h5{
    width: 100%;
    position: absolute;
    bottom: 12%;
    color: #fff;
    left: 0;
    text-align: center;
    padding: 25px 10px;
    font-size: 28px;
}
.common{
    padding-top: 90px;
    padding-bottom: 90px;
}
.title{
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
    background: url(../img/tit.jpg) no-repeat left center;
}
.title .more{
   float: right;
   font-size: 18px;
}

@media (max-width:767px){
    .banner h5{
        font-size: 14px;
    }
    .common{
       padding-top:25px;
       padding-bottom:25px;
    }
    .title{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .title .more{
        font-size: 14px;
    }
}
/* 产品 */
.comtitles {
    font-size: 35px;
}
.cinfo {
    padding: 20px;
    text-align: center;
    font-size: 14px;
}
.border-blue-m {
    border-top: 1px solid;
    border-color: #f0f0f0;
    height: 1px;
    margin: 10px auto 0;
    position: relative;
}
.border-blue-m:before {
    background-color: #0780bd;
    border: 0px ridge #fff;
    content: "";
    height: 4px;
    left: 50%;
    margin-left: -30px;
    margin-top: -2px;
    position: absolute;
    top: 0px;
    width: 60px;
}

.picBox {
    overflow: hidden;
    zoom: 1;
    margin: 40px auto 0 auto;
    /* width: 1201px; */
}

.picL {
    overflow: hidden;
    zoom: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.picL li {
    overflow: hidden;
    position: relative;
    width: 33.333%; 
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}
@media (max-width: 991px) {
    .picL li {    
        width: 100%; 
    }
}
.picL li:hover .text{
    top: 0;
    animation: loading 0.3s infinite;
}

.picL li span {
    background: url(../images/black.jpg) no-repeat bottom;
    padding-bottom: 10px;
}

.picL li .text {
    background: rgba(7, 128, 189, 0.7);
    text-align: center;
    color: #fff;
    padding: 30px 40px;
    font-size: 12px;
    line-height: 26px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    font-weight: normal;
    transition: all .5s;
}

.picL li .text p {
    font-size: 16px;
    line-height: 30px;
}
.picL li .text .con{
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 设置显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
}

.picL li .text a {
    display: block;
    width: 110px;
    height: 26px;
    line-height: 26px;
    margin: 10px auto;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background: #ffdb11;
    border-radius: 2px;
    transition: all .5s;
}


.browse {
    width: 100%;
    padding: 44px 0px 64px;
    margin: 40px 0px;
    overflow: hidden;
    color: #fff;
    background: url(../img/news.jpg) no-repeat center #0899ca;
}
.white{
    color: #fff;
}

/* 优势 */
.border-yellow {
    border-top: 1px solid;
    border-color: rgba(249, 249, 249, 0.40);
    height: 1px;
    margin: 10px auto 0;
    position: relative;
}

.border-yellow:before {
    background-color: #ffdb11;
    border: 0px ridge #fff;
    content: "";
    height: 4px;
    left: 50%;
    margin-left: -30px;
    margin-top: -2px;
    position: absolute;
    top: 0px;
    width: 60px;
}

.indfrstys {
    width: 100%;
    margin: 50px auto;
    overflow: hidden;
}
.indfrstys ul{
    height: auto;
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
}
.indfrstys ul li{
    background: url(../img/advantage.jpg) no-repeat center;
}

.one_half {
    color: #fff;
    text-align: center;
    float: left;
    margin: 0;
    min-height: 340px;
    padding: 8px;
}

.service-content {
    overflow: hidden;
    font-size: 12px;
    line-height: 26px;
}

.one_half h3 {
    font-size: 60px;
    line-height: 80px;
    border: 1px solid #fff;
    margin: 15px auto;
    border-radius: 100%;
    height: 80px;
    width: 80px;
}

.one_half h5 {
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 991px) {
    .one_half h3 {
        font-size: 35px;
        line-height: 60px;
        height: 60px;
        width: 60px;
    }
    .one_half h5 {
        font-size: 16px;
    }
}
/* 案例 */
.client {
    width: 100%;
    margin: 0px 0px;
    overflow: hidden;
    padding: 40px 0px 30px 0px;
    background: #fbfbfb;
}

.client .client_content {
    margin: 0px auto 10px auto;
}

.client .ptable {
    overflow: hidden;
    width: 1180px;
    margin: 0px auto;
    padding: 20px 10px 0px 10px;
}

.client .ptable .product_mqueen_pic .p_1 img {
    height: 190px;
}

.client .more_link {
    line-height: 50px;
    margin: 0px 0px;
    text-align: center;
    background: #0780bd;
    text-align: center;
    display: block;
    color: #fff;
}

.client .more_link:hover {
    margin: 0px 0px;
    text-align: center;
    background: #0172ab;
    display: block;
    text-align: center;
}

.mores {
    margin: 40px auto 0px auto;
    font-size: 14px;
    width: 200px;
}

/* 旋转 */
.car {
    height: auto;
    overflow: hidden;
}

.carousel-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.carousel {
    width: 1600px;
    display: flex;
    align-items: center;
    position: relative;
}

.carousel-item {
    width: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0 5px;
}

.carousel-item img {
    width: auto;
    height: 190px;
}

.carousel-item p {
    text-align: center;
    margin: 10px 0;
}

.carousel-item:hover p {
    color: #e62028;
    line-height: 25px;
}

.carousel-wrapper:hover .carousel {
    animation-play-state: paused;
}


/*关于我们*/
.about {
    margin: 50px auto;
    background: #fbfbfb;
}
/* .about1{
    display: flex;
    align-items: center;
    justify-content: center;
} */

.about .video {
    margin: 0px;
    height: 340px;
}

.border-blue {
    border-top: 1px solid;
    border-color: #f0f0f0;
    height: 1px;
    margin: 10px auto 0;
    position: relative;
}

.border-blue:before {
    background-color: #0780bd;
    border: 0px ridge #fff;
    content: "";
    height: 4px;
    left: 0%;
    margin-left: 0px;
    margin-top: -2px;
    position: absolute;
    top: 0px;
    width: 60px;
}

.aboutcon {
    margin: 0px auto;
    width: 550px;
    padding: 20px 20px;
}

.about .info {
    line-height: 24px;
    font-size: 12px;
    padding: 15px 0px;
}

.about .more_link {
    margin: 0px 0px;
    text-align: center;
    background: #fb3d23;
    text-align: center;
    padding: 0px 20px;
    display: block;
    color: #fff;
}

.about .more_link:hover {
    margin: 0px 0px;
    text-align: center;
    background: #e62129;
    display: block;
    text-align: center;
}

.about .tit a{
    width: 130px;
    height: 50px;
    display: inline-block;
}
.about .tit a{
    background: url(../img/more.jpg) no-repeat;
    font-size: 100%;
}


@media (max-width:992px){
    .cinfo {
        padding: 15px 0;
        line-height: 20px;
        text-align: center;
        font-size: 14px;
    }
    .comtitles {
        font-size: 18px;
    }
    .indfrstys ul li{
        padding: 0;
        border-right: 2px solid #fff;
        background: url(../img/advantage.jpg) no-repeat center;
        background-size: 100% 100%;
        margin: 0 0 2px 0;
    }
}

/* 新闻 */

.news {
    margin: 0px 0px;
    overflow: hidden;
    padding: 40px 0px;
    background: url(../img/news.jpg) no-repeat center #0899ca;
}

.news .more_link {
    line-height: 50px;
    margin: 0px 0px;
    text-align: center;
    background: #24bbe9;
    text-align: center;
    display: block;
    color: #fff;
}

.news .more_link:hover {
    margin: 0px 0px;
    text-align: center;
    background: #0780bd;
    display: block;
    text-align: center;
}

.txtlist ul {
    overflow: hidden;
    padding-top: 25px;
}

.txtlist ul li {
    padding: 10px;
    padding-right: 0;
    overflow: hidden;
}

.txtlist ul li a {
    line-height: 22px;
    display: block;
}

.txtlist ul li .title {
    padding-bottom: 10px;
    font-weight: bold;
    color: #fff;
    background: url(../img/ntitle.jpg) no-repeat left bottom;
    background-size: 100%;
}

.txtlist ul li .dates {
    float: left;
    width: 70px;
    text-align: center;
    font-size: 24px;
    line-height: 60px;
    color: #fff;
    margin-right: 15px;
    background: #24bbe9;
}
.txtlist ul li a {
    display: flex;
    justify-content: center;
    height: auto;
    overflow: hidden;
}
.txtlist ul li a .ll,.txtlist ul li a .rr{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.txtlist ul li a .ll,.txtlist ul li a .rr{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.txtlist ul li a .ll{
    width: 70px;
    display: flex;
    flex-direction: column;
}
.txtlist ul li a .rr {
    flex: 1;
    margin: 0;
}

.txtlist ul li a .ll span {
    font-size: 16px;
    display: block;   
    background: #ffdb11;
    color: #8d7804;
    line-height: 30px;
    text-align: center;
}

.txtlist ul li div {
    margin: 0 15px 0 0;
    padding: 0px;
    font-size: 12px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 991px) {
    .txtlist ul li .dates{
        font-size: 18px;
    }
    .txtlist ul li a .ll span {
        font-size: 14px;
    }
}
.gbooks {
    font-size: 12px;
    padding: 50px 0px;
    overflow: hidden;
}

.gbooks .form-control {    
    background: #fbfbfb;
    border-radius: 2px;
    margin-bottom: 7px;
    border: 1px solid #f0f0f0;   
    padding-left: 10px;
    height: 40px;   
    color: #959595;
    font-size: 12px;
}

.gbooks .form-control1 {      
    height: 138px;
}

.gbooks .message-btn {  
    cursor: pointer;
    width: 100%;
    background: #0780bd;
    border-radius: 2px;
    font-size: 16px;
    margin-bottom: 5px;
    border: 0px;   
    text-align: center;
    height: 140px;   
    color: #fff;
}


.ewm{
    position: fixed;
    right: 0;
    top: 20%;
    border: 1px solid #0899ca;
    padding-top: 120px;
    background: url(../img/jiuxinQR1.jpg) no-repeat;
    background-size: 100%;
    width: 120px;
    background-color: #fff;
    z-index: 100;
}
.ewm p{
    font-size: 12px;
    color: #ababab;
    line-height: 16px;
    padding: 5px;
    text-align: center;
}


@media (max-width: 992px){
    

    .gbooks .message-btn {
        height: 45px;
    }

    .ewm{
        width: 100px;
        padding-top: 100px;
    }
}





